バージョン

RemoveRangeInternal メソッド

通知メッセージが抑止されるときに、指定した項目の範囲を削除します。
シンタックス
'宣言
 
Protected Friend Function RemoveRangeInternal( _
   ByVal collection As IEnumerable(Of T), _
   ByVal suppressMessages As Boolean _
) As IEnumerable(Of T)
protected internal IEnumerable<T> RemoveRangeInternal( 
   IEnumerable<T> collection,
   bool suppressMessages
)

パラメータ

collection
削除される項目のコレクション。
suppressMessages
通知メッセージを抑止するかどうかを決定します。

戻り値の型

削除される項目を持つ IEnumerable
参照